Welcome![Sign In][Sign Up]
Location:
Search - DSP HPI

Search list

[Other resourcemp3_demo_[5410pp-u]

Description: mp3_demo_[5410pp-u]使用TI的TMS320V5402实现MP3播放功能。MP3音乐数据存放在PC主机中,通过HPI接口传送到DSP实现解码。-mp3_demo_ [5410pp-u] use TI's TMS320V5402 MP3 player. MP3 music data stored in the host PC, through HPI sent to the DSP decoder.
Platform: | Size: 34289 | Author: 张智 | Hits:

[Other resourcemp3_demo_[5402pp-u]

Description: 使用TI的DES5410PP-U实现MP3播放功能。MP3音乐数据存放在PC主机中,通过HPI接口传送到DSP实现解码。-DES5410PP use of the TI-U MP3 player. MP3 music data stored in the host PC, through HPI sent to the DSP decoder.
Platform: | Size: 60064 | Author: 张智 | Hits:

[Video Capturehpiaudio

Description: This program is designed to complete audio module of Saint webcamera. It can download the DSP program to init audio on the board with HPI. -This program is designed to complete audio module of Saint webcamera. It can download the DSP program to init audio on the board with HPI.
Platform: | Size: 7288 | Author: 杨黎 | Hits:

[Other resourceBootProtect

Description: 一个DSP的完整程序,接收ARM从HPI口传来的程序,并写入到目标运行地址,然后运行DSP此下载的程序,具体应用到工程中。-a DSP integrity procedures, ARM reception came from the mouth of HPI procedures, and write operation to the target address, and then run this download DSP procedures applied to specific projects.
Platform: | Size: 125746 | Author: 程许平 | Hits:

[Other resourceUpdate_boot

Description: 针对TMS320C6000系列的DSP芯片的在线升级的源码,主要是通过HPI实现的-against TMS320C6000 DSP chip escalation of the online source is mainly achieved through HPI
Platform: | Size: 175498 | Author: 陈友元 | Hits:

[DSP programOSTN023210

Description: 《DSP系统入门与实践》,其中包含了14个工程项目源程序。
Platform: | Size: 1905664 | Author: xyh | Hits:

[Technology ManagementC54XDSP_HPI_PC

Description: C54XDSP的HPI口与PC机并口的接口技术-C54XDSP the HPI mouth with parallel port PC-interface technology
Platform: | Size: 118784 | Author: sysull | Hits:

[DSP programpcitohpi16

Description: 主机通过pci9054与c6713的hpi接口读取dsp的所有内外存,哎,为什么一定要传5个呢?-PCI9054 host through the HPI interface with the c6713 to read all the internal and external dsp survival, hey, why must it Chuan-5?
Platform: | Size: 2048 | Author: 丁科 | Hits:

[DSP programICETEK-DM642-P4

Description: ICETEK-DM642-P4实验指导书,对于入门的dsp初学者来说,是个很不错的材料-ICETEK-DM642-P4 experimental guide books, for the entry of dsp beginners, it is a very good material
Platform: | Size: 3688448 | Author: xiaohe | Hits:

[DSP programDEC6713_BOOT

Description: SEED-DEC6713共可实现2种Boot方式,分别为EMIF引导和HPI 引导。这里是通过EMIF扩展的FLASH引导的测试程序。-SEED-DEC6713 achieve a total of two kinds of Boot mode, respectively EMIF and HPI guide to guide. Here are the FLASH through the EMIF boot to expand the test procedure.
Platform: | Size: 273408 | Author: 王岩 | Hits:

[DSP programHPIprogramer

Description: DSP的HPI 接口设计与程序-DSP HPI interface design and procedures
Platform: | Size: 5292032 | Author: yang | Hits:

[DSP programload

Description: DSP的hpi口与单片机的通信,单片机用dsp的hpi口来加载程序-DSP-hpi mouth communication with the microcontroller, microcontroller using dsp' s hpi port to load program
Platform: | Size: 23552 | Author: 张一雁 | Hits:

[DSP program10-HPI

Description: 在CCS2环境下运用汇编语言编程实现DSP中HPI的通信效果-use ccs2 creat programm for HPI
Platform: | Size: 9216 | Author: 黄永 | Hits:

[Linux-UnixLinuxHPI

Description: arm Linux下DSP接口HPI的驱动-arm Linux driver under the DSP interface HPI
Platform: | Size: 17408 | Author: 古容江 | Hits:

[DSP programTI_C54

Description: TI 54系列DSP 自学文档 包括软硬件设计 HPI McBSP DMA-TI 54 series of DSP hardware and software design of self-documentation, including HPI McBSP DMA, etc.
Platform: | Size: 3906560 | Author: Chris | Hits:

[Linux-UnixLinux-driver-development12

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为ARM+DSP,ARM的总线连接DSP的HPI接口。12.4节讲解通用NVRAM的设备驱动,并会引入一个新的概念,即miscdevice(混杂设备)。12.5节讲解看门狗的设备驱动,它也被归入miscdevice,这一节还会引入两个新的概念,即platform_device(平台设备)和platform_driver(平台驱动)。NVRAM和看门狗的设备驱动与普通字符设备驱动有细微的差别。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 12, Linux character device driver comprehensive examples. This chapter will five typical character analysis device drivers, in these drivers will be flexible, apply in the front of the book, the explanation content. Section 12.1 explain the device driver, deepen buttons to readers character device driven architecture, obstruction and the obstruction, and interrupt, timer and other related knowledge of understanding. Section 12.2 interpretation of the touch screen device drivers, touch screen device driver than buttons device driver a little more complex, but some s similar. Section 12.3 explain the DSP provide general TI CPU HPI (parallel interface) host device drivers, hardware structure for ARM and DSP, ARM bus connection DSP HPI interface. Section 12.4 of the general NVRAM explain device drivers
Platform: | Size: 628736 | Author: 华清远见 | Hits:

[Other Embeded programDSP-and-MSP430-HPI-interface-design

Description: DSP and MSP430 HPI interface design-Based on DSP and MSP430 HPI interface design
Platform: | Size: 5120 | Author: 董星星 | Hits:

[DSP programDSPmaster1111

Description: 提出在分布式电能质量监测仪中采用数字信号处理器( DSP) 的主机接口( HPI) 实现双CPU 间的通信。整个电能质量监测系统采用高级精简指令集计算机( ARM, 型号S3C2410X) 和DSP ( 型号T MS320C6713) 双CPU 结构的总体设计方案。文中给出了HPI 的硬件连接图, 介绍了在 WinCE 操作系统中编写HPI 驱动程序的要点, 给出了监测仪使用的HPI 驱动程序的接口函数 HPI_Init 的流程图, 以及驱动程序对S3C2410X 相关寄存器的设置, 最后介绍了影响H PI 通信速 度的因素和监测仪所采用的HPI 通信规范-Proposed distributed power quality monitoring instrument used in digital signal processor (DSP) of the host interface (HPI) to achieve dual-CPU communication between. The power quality monitoring system, using advanced reduced instruction set computer (ARM, model S3C2410X) and DSP (Model T MS320C6713) dual CPU structure of the overall design. The paper gives the HPI hardware connection diagram, introduced in the WinCE operating system to write the main points of HPI drivers, given the monitor using the HPI driver interface functions HPI_Init flow chart, and the driver on the relevant register S3C2410X settings, and finally describes the impact of H PI communications and monitor the speed of the factors used by the HPI communication norms
Platform: | Size: 710656 | Author: ywj | Hits:

[Program docHPIcomm

Description: PC机并口与DSP HPI口通信的实现,程序及文档-The realization of the parallel port of a PC and the DSP HPI port communication, procedures and documentation
Platform: | Size: 309248 | Author: zhaocd | Hits:

[DSP programhpi

Description: dsp tmsc6455 hpi配置例程-the dsp tmsc6455 hpi configuration routines
Platform: | Size: 4096 | Author: 李凤 | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net